home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / Software / Featured / PartitionMagic / Setup / Drivemap.cab / DrvMap.exe / 0 / RCDATA / TCONFIRMMAPPINGSFORM / TCONFIRMMAPPINGSFORM.txt
Encoding:
Text File  |  2002-09-16  |  2.0 KB  |  99 lines

  1. object ConfirmMappingsForm: TConfirmMappingsForm
  2.   Left = 555
  3.   Top = 334
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DriveMapper'
  7.   ClientHeight = 261
  8.   ClientWidth = 413
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 8
  24.     Width = 97
  25.     Height = 19
  26.     Caption = 'DriveMapper'
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -16
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     Transparent = True
  34.   end
  35.   object Label4: TLabel
  36.     Left = 16
  37.     Top = 100
  38.     Width = 141
  39.     Height = 14
  40.     Caption = '&Recommended changes:'
  41.     Transparent = True
  42.   end
  43.   object Label2: TLabel
  44.     Left = 16
  45.     Top = 46
  46.     Width = 361
  47.     Height = 53
  48.     AutoSize = False
  49.     Caption = 
  50.       'For each change listed below, DriveMapper will search all drives' +
  51.       ' and update all references.  Click OK to continue or Cancel to m' +
  52.       'ake changes manually inside DriveMapper.'
  53.     Transparent = True
  54.     WordWrap = True
  55.   end
  56.   object m_OK: TButton
  57.     Left = 228
  58.     Top = 227
  59.     Width = 81
  60.     Height = 25
  61.     Caption = 'OK'
  62.     ModalResult = 1
  63.     TabOrder = 1
  64.   end
  65.   object m_Cancel: TButton
  66.     Left = 316
  67.     Top = 227
  68.     Width = 81
  69.     Height = 25
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 2
  73.   end
  74.   object pnlList: TPanel
  75.     Left = 16
  76.     Top = 118
  77.     Width = 382
  78.     Height = 92
  79.     BevelOuter = bvNone
  80.     TabOrder = 0
  81.     object m_UpdateList: TListView
  82.       Left = 0
  83.       Top = 0
  84.       Width = 382
  85.       Height = 92
  86.       Align = alClient
  87.       Columns = <
  88.         item
  89.           Width = 340
  90.         end>
  91.       ReadOnly = True
  92.       RowSelect = True
  93.       ShowColumnHeaders = False
  94.       TabOrder = 0
  95.       ViewStyle = vsReport
  96.     end
  97.   end
  98. end
  99.